'Declaration Public Overloads Overrides Function GetPreviewImage( _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetPreviewImage(
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: Vintasoft.Imaging.VintasoftImage* GetPreviewImage(
System.EventHandler<ProgressEventArgs*>* progressDelegate
); override
public:
Vintasoft.Imaging.VintasoftImage^ GetPreviewImage(
System.EventHandler<ProgressEventArgs^>^ progressDelegate
); override
Parameters
- progressDelegate
- Progress delegate.
Return Value
The preview image associated with this ImagePage object if preview image was loaded successfully; otherwise, null.